Serializes the current object to an GZipped array
Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public byte[] GetGZipArray()
Public Function GetGZipArray As Byte()
Dim instance As Job
Dim returnValue As Byte()
returnValue = instance.GetGZipArray()
Return Value
ByteReturns the job as a compressed GZIP archive.
See Also