Miner.Responder.RxIF.Multispeak30ab Assembly > Miner.Responder.RxIF.Multispeak30ab Namespace > OAServer Class : GetAllCrews Method |
'Declaration <WebMethodAttribute("Returns all active crews that are available for dispatching if the parameter activeOnly is set to be true, otherwise all crews are returned. The calling parameter lastReceived is included so that large sets of data can be returned in manageable blocks. lastReceived should carry an empty string the first time in a session that this method is invoked. When multiple calls to this method are required to obtain all of the data, the lastReceived should carry the objectID of the last data instance received in subsequent calls. If the sessionID parameter is set in the message header, then the server shall respond as if it were being asked for a GetModifiedXXX since that sessionID; if the sessionID is not included in the method call, then all instances of the object shall be returned in response to the call.")> <SoapHeaderAttribute("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)> Public Function GetAllCrews( _ ByVal activeOnly As Boolean, _ ByVal lastReceived As String _ ) As crew()
'Usage Dim instance As OAServer Dim activeOnly As Boolean Dim lastReceived As String Dim value() As crew value = instance.GetAllCrews(activeOnly, lastReceived)
[WebMethod("Returns all active crews that are available for dispatching if the parameter activeOnly is set to be true, otherwise all crews are returned. The calling parameter lastReceived is included so that large sets of data can be returned in manageable blocks. lastReceived should carry an empty string the first time in a session that this method is invoked. When multiple calls to this method are required to obtain all of the data, the lastReceived should carry the objectID of the last data instance received in subsequent calls. If the sessionID parameter is set in the message header, then the server shall respond as if it were being asked for a GetModifiedXXX since that sessionID; if the sessionID is not included in the method call, then all instances of the object shall be returned in response to the call.")] [SoapHeader("MultiSpeakMsgHeader", Direction=SoapHeaderDirection.InOut)] public crew[] GetAllCrews( bool activeOnly, string lastReceived )
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.