SharpCifs.Smb.SmbComSessionSetupAndX.GetBatchLimit C# (CSharp) 메소드

GetBatchLimit() 개인적인 메소드

private GetBatchLimit ( byte command ) : int
command byte
리턴 int
		internal override int GetBatchLimit(byte command)
		{
			return command == SmbComTreeConnectAndx ? BatchLimit : 0;
		}